home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 49 / PCPP49a.iso / editors / sofsdk / SoF SDK.msi / _949979412602420E99683A5C504B5E27 < prev    next >
Encoding:
Text File  |  2000-03-27  |  849 b   |  34 lines

  1. #include "../common/header.ds"
  2. output "p:/base/ds/tsr1"
  3.  
  4.  
  5. /////////////////////////////////////////
  6. // spawns in actors for the RAID script
  7. /////////////////////////////////////////
  8.  
  9.  
  10. local entity rswat1 // the first swat guy
  11. local entity rswat2 // the second swatguy
  12. local entity rbadguy1 // first bad skinhead
  13. local entity rbadguy2 // the second bad skinhead
  14.  
  15.  
  16.  
  17.  
  18. rswat1 = find entity with targetname "rswat1"
  19. rswat2 = find entity with targetname "rswat2"
  20. rbadguy1 = find entity with targetname "rbadguy1"
  21. rbadguy2 = find entity with targetname "rbadguy2"
  22.  
  23.  
  24.  
  25.  
  26. //spawns in swat guards 
  27. use entity rswat1
  28. use entity rswat2
  29.  
  30. //spawns in skinheads 
  31. use entity rbadguy1
  32. use entity rbadguy2
  33.  
  34. animate entity rbadguy2 performing action STD_XAFRAIDSHAKE_N_N_N holding for 999.0  // him laying there on the ground PRN_A_N_A_2